PauseOnAsyncCallRequest

data class PauseOnAsyncCallRequest(parentStackTraceId: StackTraceId)

Represents request frame that can be used with Debugger#pauseOnAsyncCall operation call.

See also

Constructors

PauseOnAsyncCallRequest
Link copied to clipboard
fun PauseOnAsyncCallRequest(parentStackTraceId: StackTraceId)

Properties

parentStackTraceId
Link copied to clipboard
val parentStackTraceId: StackTraceId
Debugger will pause when async call with given stack trace is started.

Sources

jvm source
Link copied to clipboard